home *** CD-ROM | disk | FTP | other *** search
- package com.sun.java.swing;
-
- import java.awt.event.FocusEvent;
- import java.awt.event.FocusListener;
-
- class JRadioButtonMenuItem$1 implements FocusListener {
- // $FF: synthetic field
- JRadioButtonMenuItem this$0;
-
- public void focusGained(FocusEvent event) {
- }
-
- public void focusLost(FocusEvent event) {
- if (this.this$0.isFocusPainted()) {
- this.this$0.repaint();
- }
-
- }
-
- // $FF: synthetic method
- JRadioButtonMenuItem$1(JRadioButtonMenuItem this$0) {
- this.this$0 = this$0;
- }
- }
-